projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2454874
)
* lisp/Makefile.in (update-authors): Update for moved authors.el.
author
Glenn Morris
<rgm@gnu.org>
Thu, 26 Jun 2014 21:51:25 +0000
(17:51 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 26 Jun 2014 21:51:25 +0000
(17:51 -0400)
lisp/ChangeLog
patch
|
blob
|
history
lisp/Makefile.in
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index f93b1ad8793594d8461c1724693b1ac148154d68..9fb230813c77178f316cf058e2f5c9d707818ed2 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2014-06-26 Glenn Morris <rgm@gnu.org>
+
+ * Makefile.in (update-authors): Update for moved authors.el.
+
2014-06-26 Leo Liu <sdl.web@gmail.com>
* skeleton.el (skeleton-end-hook): Default to nil and move the
diff --git
a/lisp/Makefile.in
b/lisp/Makefile.in
index d6e10c6a4ab90dcecfe9c5b6700ae578690df6b7..cb73265529957e680ec9f1637e02c9145347d2f2 100644
(file)
--- a/
lisp/Makefile.in
+++ b/
lisp/Makefile.in
@@
-238,7
+238,8
@@
bzr-update: compile finder-data custom-deps
# Update the AUTHORS file.
update-authors:
- $(emacs) -l authors -f batch-update-authors $(top_srcdir)/etc/AUTHORS $(top_srcdir)
+ $(emacs) -L "$(top_srcdir)/admin" -l authors \
+ -f batch-update-authors "$(top_srcdir)/etc/AUTHORS" "$(top_srcdir)"
ETAGS = ../lib-src/etags